home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
prog
/
atari
/
c
/
stut_src
/
progr_pu.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-06-04
|
547b
|
15 lines
/*
* ProgressIndocator_Public.h
*/
void init_progress( void );
extern long start_progress(
const char * title,
const char * info,
long prog_length,
long l_MinBlockSize, /* In: Taille de bloc minimale qu'on accepte */
BOOL b_DontManageEnv ); /* In: True si il ne faut pas grer l'environnent, par ex si on a dj un dialogue ouvert l'cran */
extern long update_progress( long prog_done );
void end_progress(
OBJECT * pObj_BackgrdForm ); /* In: Arbe afficher en fond */